home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / applied / get < prev    next >
Text File  |  2001-04-06  |  397b  |  15 lines

  1. SYNOPSIS
  2.         int get()
  3.  
  4. DESRIPTION
  5.         In compat mode, this function is used by the efun transfer().
  6.  
  7.         If an object wants control over when it is possible to pick it
  8.         up, i.e. moved into a living object, then it must define
  9.         get(), and return 1 if ok to pick up.
  10.  
  11.         id() has been called before this to identify the object.
  12.  
  13. SEE ALSO
  14.         transfer(E), drop(A)
  15.